home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmfreec / _setup.1 / AHMTAboutDialog.dfm / AHMTAboutDialog.txt
Encoding:
Text File  |  1998-06-28  |  2.3 KB  |  119 lines

  1. object AHMAboutInfoForm: TAHMAboutInfoForm
  2.   Left = 208
  3.   Top = 130
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 247
  8.   ClientWidth = 314
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 314
  22.     Height = 247
  23.     Align = alClient
  24.     BevelInner = bvLowered
  25.     BorderWidth = 3
  26.     Caption = 'Panel1'
  27.     TabOrder = 0
  28.     object Panel2: TPanel
  29.       Left = 56
  30.       Top = 5
  31.       Width = 253
  32.       Height = 52
  33.       Align = alRight
  34.       TabOrder = 0
  35.       object Label1: TLabel
  36.         Left = 1
  37.         Top = 19
  38.         Width = 251
  39.         Height = 16
  40.         Align = alBottom
  41.         Alignment = taCenter
  42.         Caption = 'Label1'
  43.       end
  44.       object Label2: TLabel
  45.         Left = 1
  46.         Top = 35
  47.         Width = 251
  48.         Height = 16
  49.         Align = alBottom
  50.         Alignment = taCenter
  51.         Caption = 'Label2'
  52.       end
  53.     end
  54.     object Panel3: TPanel
  55.       Left = 5
  56.       Top = 212
  57.       Width = 304
  58.       Height = 30
  59.       Align = alBottom
  60.       BevelInner = bvLowered
  61.       TabOrder = 1
  62.       object BitBtn1: TBitBtn
  63.         Left = 3
  64.         Top = 4
  65.         Width = 89
  66.         Height = 24
  67.         Caption = 'Ok'
  68.         TabOrder = 0
  69.         OnClick = BitBtn1Click
  70.       end
  71.       object BitBtn2: TBitBtn
  72.         Left = 92
  73.         Top = 4
  74.         Width = 208
  75.         Height = 24
  76.         Caption = 'System Information'
  77.         TabOrder = 1
  78.         OnClick = BitBtn2Click
  79.       end
  80.     end
  81.     object Panel4: TPanel
  82.       Left = 5
  83.       Top = 57
  84.       Width = 304
  85.       Height = 155
  86.       Align = alBottom
  87.       BevelInner = bvLowered
  88.       Caption = 'Panel4'
  89.       TabOrder = 2
  90.       object ListBox1: TListBox
  91.         Left = 2
  92.         Top = 2
  93.         Width = 300
  94.         Height = 151
  95.         Align = alClient
  96.         ItemHeight = 16
  97.         TabOrder = 0
  98.       end
  99.     end
  100.     object Panel5: TPanel
  101.       Left = 5
  102.       Top = 5
  103.       Width = 51
  104.       Height = 52
  105.       Align = alClient
  106.       BevelInner = bvLowered
  107.       TabOrder = 3
  108.       object Image1: TImage
  109.         Left = 2
  110.         Top = 2
  111.         Width = 47
  112.         Height = 48
  113.         Align = alClient
  114.         Center = True
  115.       end
  116.     end
  117.   end
  118. end
  119.